home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / Puzzle / Bojo.exe / scripts / DefineSprite_244 / frame_26 / DoAction.as
Text File  |  2006-05-29  |  219b  |  19 lines

  1. aika -= "1";
  2. if("10" >= aika)
  3. {
  4.    gotoAndPlay(44);
  5.    tellTarget("/sounds")
  6.    {
  7.       gotoAndStop("pommi_piip");
  8.       play();
  9.    }
  10. }
  11. else if("10" < aika)
  12. {
  13.    play();
  14. }
  15. else
  16. {
  17.    gotoAndPlay(59);
  18. }
  19.